Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit f4c805ea35bcf549c35a4a2b713492b17188bf81


Parents : 7c71eb1
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-11-27T18:38:52+01:00

Updated makefile

Changes

1 files changed, 6 insertions(+), 1 deletions(-)

M Makefile +6 -1

Diff

diff --git a/Makefile b/Makefile
index c0b53da..c00cde9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,12 @@ create_symlinks:
-ln -s ../../LXMF ./LXMF/Utilities/LXMF
build_wheel:
- python3 setup.py sdist bdist_wheel
+ python3 setup.py bdist_wheel
+
+build_sdist:
+ python3 setup.py sdist
+
+build_spkg: remove_symlinks build_sdist create_symlinks
release: remove_symlinks build_wheel create_symlinks


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────